//0x18 bytes (sizeof)
struct _PPM_VETO_ACCOUNTING
{
volatile LONG VetoPresent; //0x0
struct _LIST_ENTRY VetoListHead; //0x4
UCHAR CsAccountingBlocks; //0xc
UCHAR BlocksDrips; //0xd
ULONG PreallocatedVetoCount; //0x10
struct _PPM_VETO_ENTRY* PreallocatedVetoList; //0x14
};